home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pnm / pnmpaste.man < prev    next >
Text File  |  1995-03-17  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pnmpaste(1)         AMIGA (21 February 1991)          pnmpaste(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pnmpaste - paste a rectangle into a portable anymap
  10.  
  11.      SYNOPSIS
  12.           pnmpaste [-replace|-or|-and |-xor] frompnmfile x y
  13.           [intopnmfile]
  14.  
  15.      DESCRIPTION
  16.           Reads two portable anymaps as input.  Inserts the first
  17.           anymap into the second at the specified location, and
  18.           produces a portable anymap the same size as the second as
  19.           output.  If the second anymap is not specified, it is read
  20.           from stdin.  The x and y can be negative, in which case they
  21.           are interpreted relative to the right and bottom of the
  22.           anymap, respectively.
  23.  
  24.           This tool is most useful in combination with pnmcut.  For
  25.           instance, if you want to edit a small segment of a large
  26.           image, and your image editor cannot edit the large image,
  27.           you can cut out the segment you are interested in, edit it,
  28.           and then paste it back in.
  29.  
  30.           Another useful companion tool is pbmmask.
  31.  
  32.           The optional flag specifies the operation to use when doing
  33.           the paste.  The default is -replace.  The other, logical
  34.           operations are only allowed if both input images are
  35.           bitmaps.  These operations act as if white is TRUE and black
  36.           is FALSE.
  37.  
  38.           All flags can be abbreviated to their shortest unique
  39.           prefix.
  40.  
  41.      SEE ALSO
  42.           pnmcut(1), pnminvert(1), pnmarith(1), pnm(5), pbmmask(1)
  43.  
  44.      AUTHOR
  45.           Copyright (C) 1989, 1991 by Jef Poskanzer.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.